Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
The role of next_result() in multi-statement execution (multi-statement)
7
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
8
How to combine stream_get_filters and stream_filter_append to implement stream data processing?
7
Practical Tips for Setting Page Redirect Delay in ThinkPHP
6
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_lower
ctype_lower
Checklowercasecharac
ctype_space
ctype_space
Checkspacecharacters
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles